Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsm_server_context table — gsmsc

This table is a generic table used to store context information between stateless AppServer connections. The context information might include user information, security information, SCM workspace and task information, or Web page field values. This is a child table of the gst_context_scope table. It can contain context data for a session or a user.

Table 13–15 lists the table’s FLA, fields, and foreign keys.

Table 13–15: gsm_server_context table information 
Table FLA
Fields (data type)
Foreign keys
gsmsc
server_context_obj (Decimal)
context_scope_obj (Decimal)
context_id_date (Date)
context_id_time (Integer)
context_name (Character)
context_value (Character)
context_scope_obj

Table 13–16 gives details of the table’s indexes.

Table 13–16: gsm_server_context index information 
Index name
Elements
Type
XPKgsm_server_context
server_context_obj
Primary Unique
XAK1gsm_server_context
context_scope_obj
context_name
Unique
XIE1gsm_server_context
context_id_date
context_id_time
context_scope_obj
Nonunique
XIE2gsm_server_context
context_name
context_id_date
context_id_time
Nonunique


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095